In particular, this prevents gtk4-widget-factory from jumping every
second.
<child>
<object class="GtkBox" id="time_box">
<child>
- <object class="GtkLabel" id="time_label"/>
+ <object class="GtkLabel" id="time_label">
+ <attributes>
+ <attribute name="font-features" value="tnum=1"/>
+ </attributes>
+ </object>
</child>
<child>
<object class="GtkScale" id="seek_scale">
</object>
</child>
<child>
- <object class="GtkLabel" id="duration_label"/>
+ <object class="GtkLabel" id="duration_label">
+ <attributes>
+ <attribute name="font-features" value="tnum=1"/>
+ </attributes>
+ </object>
</child>
</object>
</child>